From 10e0943c63b5fe687e1d42d5c0f2c0b8cb1a0f8b Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 21 Apr 2006 09:11:13 +0100 Subject: [PATCH] Minor comment fix. Signed-off-by: Keir Fraser --- xen/arch/x86/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index 8569b5e8cf..721b6781d8 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -332,7 +332,7 @@ void __init __start_xen(multiboot_info_t *mbi) unsigned long init_mapped = 1UL << (30 - PAGE_SHIFT); /* 1GB */ start = PFN_UP(e820.map[i].addr); end = PFN_DOWN(e820.map[i].addr + e820.map[i].size); - /* Clip the range to above 64MB. */ + /* Clip the range to exclude what the bootstrapper initialised. */ if ( end < init_mapped ) continue; if ( start < init_mapped ) -- 2.30.2